home *** CD-ROM | disk | FTP | other *** search
/ ftp2.jacobs.com / 2015.02.ftp2.jacobs.com.tar / ftp2.jacobs.com / pub / iPass / Open Mobile-V2.3.0-11624-V9.000.msi / Data1.cab / _1121FFBBC0F3E308F3A799076617C60B < prev    next >
Extensible Markup Language  |  2013-04-08  |  1KB  |  1 lines

  1. <?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSpy v2010 (http://www.altova.com) by Raghu (iPass) --><!--W3C Schema generated by XMLSpy v2008 rel. 2 sp2 (http://www.altova.com)--><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">    <xs:element name="ServiceInterface">        <xs:annotation>            <xs:documentation>Section describing how client can interfacewith the server for receiving updates, uploading connection quality details etc. </xs:documentation>        </xs:annotation>        <xs:complexType>            <xs:sequence>                <xs:element ref="ProfileID"/>                <xs:element ref="Service" minOccurs="2" maxOccurs="unbounded"/>            </xs:sequence>            <xs:attribute name="ScanPeriod" type="xs:integer" default="86400"/>        </xs:complexType>    </xs:element>    <xs:element name="Service">        <xs:complexType>            <xs:sequence>                <xs:element ref="URL"/>            </xs:sequence>            <xs:attribute name="Name" type="xs:string" use="required"/>        </xs:complexType>    </xs:element>    <xs:element name="URL" type="xs:string">        <xs:annotation>            <xs:documentation>URL identifying a iPass server resource</xs:documentation>        </xs:annotation>    </xs:element>    <xs:element name="ProfileID"/></xs:schema>